home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / callm120.zip / CALLME.DOC < prev    next >
Text File  |  1996-09-30  |  7KB  |  153 lines

  1. ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄     ▄▄▄     ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
  2. █ ▄▄▄▄█ █ ▄▄▄ █ █ █     █ █     █ ▄ ▄ █ █ ▄▄▄▄█
  3. █ █▄▄▄▄ █ ▄▄▄ █ █ █▄▄▄▄ █ █▄▄▄▄ █ █ █ █ █ ▄▄▄█▄
  4. █▄▄▄▄▄█ █▄█ █▄█ █▄▄▄▄▄█ █▄▄▄▄▄█ █▄█▀█▄█ █▄▄▄▄▄█   v1.20
  5.  
  6. (c)1996 Practical Computer Services
  7.  
  8.  
  9. Description:
  10.  
  11. CallMe is a simple program, with all of the features a SysOp will need to
  12. successfully call back their users.  SysOps have many needs, some of them
  13. are solved directly by this program.  If your needs are absolute security,
  14. or if you need to help users with certain difficulties in connecting with
  15. your BBS or if due to vagaries in the local phone company, it may very be
  16. a no-cost call for you to call back a user, who it may cost a long distance
  17. call to call you.  Any way you look at it, your users will appreciate your
  18. thoughtfulness in putting this Door up for them.
  19.  
  20.  
  21. System Requirements:
  22.  
  23. Any BBS that is running PCB 15.2x will be able to take advantage to all that
  24. CallMe has to offer, memory requirements while running is a scant 15k.  You
  25. will also need a modem attached to your PCB setup (but we assume you do).
  26.  
  27. Setup:
  28.  
  29. First thing to do is to create directory, in this example we use the
  30. directory called C:\PCB\PPE\CALLME  you can name yours anything you want
  31. just make sure you place it correctly in your CMD.LST file.
  32.  
  33. Now unzip the ZIP that you received, into this new directory, you will find
  34. the following:
  35.  
  36.   CALLME.PPE   - The main program, where all the juice is!
  37.   CALLME.CFG   - The simple configuration file for CallMe, more later on this.
  38.   HISTORY.DOC  - A history of the changes that make up CallMe.
  39.   CALLME.DOC   - These doc's.
  40.   FILE_ID.DIZ  - Program Description File
  41.   DESC.SDI     - Program Description File
  42.   REGISTER.FRM - Registration Form
  43.   PRODUCTS.TXT - Product List from PCS
  44.  
  45.  
  46. Load PCBSM and go into B - File Locations, then B - Configuration Files
  47. then go down to the Name/Loc of Default CMD.LST File, press the F2 key
  48. and you will be presented with a screen that looks like:
  49.  
  50.                                File Locations
  51.  
  52.          Command     Security  PPE/MNU File -or- Keystroke Replacement
  53.      ══════════════  ════════  ═══════════════════════════════════════
  54.   1) CALLME              0     C:\PCB\PPE\CALLME\CALLME.PPE
  55.  
  56. When you are done entering this information, just hit the ESC key and
  57. answer Y to save the configuration.
  58.  
  59. Now you will need to edit your CallMe.CFG file, this is a simple process
  60. and shouldn't take you but a minute.  The file looks like:
  61.  
  62. Bob Watson             ;1 The SysOps Full Name
  63. The TAO BBS            ;2 The BBS Name
  64. 0000000                ;3 The Registration Number (00000000 if unregistered)
  65. 609                    ;4 Your BBS Home Area-Code
  66. 609-587-2672           ;5 Your BBS Main Number (for display purpose)
  67. ATDT                   ;6 The type of dialing you want your modem to do
  68. NONE                   ;7 Password to allow access - NONE for no Password.
  69.  
  70. Line 1 - Simple, your Name as you entered it when you registered Callme
  71.          If this program is unregistered, case is unimportant, if it is
  72.          registered, then you will have to enter it as you did when you
  73.          created your KEY number.
  74.  
  75. Line 2 - Your BBS Name, again, if this program is unregistered, then case
  76.          is unimportant, if it is registered, please enter it exactly as
  77.          you did when you created your KEY number.
  78.  
  79. Line 3 - Your KEY number, you can receive this number immediately by calling
  80.          to The TAO BBS, more on this later.  If this program is unregistered
  81.          then you might as well leave it as it is.  (although you could try
  82.          all the variations, there are only a few billion of them <G>).
  83.  
  84. Line 4 - Your local area code, this is the area code that is your own local
  85.          area code, the CallMe program will use this number to determine if
  86.          a call is a local one (then it strips off the area code and does not
  87.          add a 1), or if it is a long distance call, and in that case it adds
  88.          a one and does not strip off the area code.
  89.  
  90. Line 5 - Your BBS Main number, this is used for display purposes to your users
  91.          also it is used to get the length of usable number, please maintain
  92.          the format of XXX-XXX-XXXX  do not add ( or ).
  93.  
  94. Line 6 - This is the dial type that you use, you can either have TONE dialing
  95.          and in that case you would have ATDT here, or you can have PULSE
  96.          dialing which would mean that you would place ATDP in this line.
  97.  
  98. Line 7 - This is the password that you want to use, your users will be asked
  99.          for a password to access CallMe, case is unimportant here as it will
  100.          automatically convert the users answer to all upper case.  If there
  101.          is the word NONE here, then your users will not be asked for a password.
  102.          The user gets one shot at entering the correct password, if they get
  103.          it wrong they are informed that they are wrong and they are placed back
  104.          on the BBS.  Your password can be up to 13 characters long.
  105.  
  106. The last thing that you will need to do is to add the command CALLME to
  107. any BRDM file that you want to.  Or add it into your doors list, however
  108. you want to present it to your callers.  Let your imagination go wild.
  109.  
  110.  
  111. Registerered or Non-Registerered:
  112.  
  113. The difference between registered and non-registered version of this
  114. program are only a couple, namely the non-registered version only allows
  115. the user 5 minutes of on-line time after a successful callback (hey, I know
  116. this really is bad, but it is the only thing I could think of to help you
  117. all to register this), and a small beg screen, asking your users to help
  118. you register it.  After registration, all delays, and beg screens are removed
  119. also your users time is not reduced in any way. Registration is only $10.00.
  120.  
  121.  
  122. How to contact the author:
  123.  
  124. You can reach me via Internet E-mail at: bob.watson@tao.com
  125.  
  126. You can also reach me through The TAO BBS at the following number:
  127.  
  128. (609) 587-2672   33,600 USR v.everything
  129.  
  130. Or you can call voice:
  131.  
  132. (609) 584-7947
  133.  
  134.  
  135. To obtain your key file for this program, call our support BBS and type
  136. KEY at the main menu. This will generate your .KEY file and an invoice
  137. for you to download. Or, you can fill out the REGISTER.FRM and send it
  138. in with your payment. Your key will be mailed out the same day your
  139. payment is received.
  140.  
  141. Please remit payments to:
  142.  
  143.    Practical Computer Services
  144.    483 Klockner Road
  145.    Hamilton, NJ  08619
  146.  
  147. Please make all checks/MO payable to: PRACTICAL COMPUTER SERVICES
  148.  
  149. Did I leave anything out?  if so let me know, also please feel free to
  150. contact us if you have any special needs or desires for your BBS we will
  151. do our best to help you out!
  152.  
  153.